home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultLinearList
- doButton()
- set vAddValue to the text of member "Adding Linear Add Input Field 2"
- set vAddValue to stripSpaces(vAddValue)
- set vAddValue to checkValue(vAddValue)
- if vAddValue <> EMPTY then
- append(gDefaultLinearList, vAddValue)
- set the text of member "Adding Linear Add Display Field 1" to string(gDefaultLinearList)
- end if
- end
-